Class PageNotFoundException

Summary

Fully Qualified Name: CodeIgniter\Exceptions\PageNotFoundException
Extends: OutOfBoundsException
Implements: ExceptionInterface

Description

Methods

Name Description Defined By
forControllerNotFound() PageNotFoundException
forEmptyController() PageNotFoundException
forMethodNotFound() PageNotFoundException
forPageNotFound() PageNotFoundException

Method Details

forControllerNotFound()

Parameter Name Type Description
$controller
$method

Returns: void

forEmptyController()

Returns: void

forMethodNotFound()

Parameter Name Type Description
$method

Returns: void

forPageNotFound()

Parameter Name Type Description
$message

Returns: void

Top